@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1420px;
    margin: 0 auto;
}
.container2 {
    width: 1520px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:99px;
	clear:both;
    background-color: #fff;
    border-bottom: 2px solid #F0F0F0;
    transition: .5s;
}
.daohang .container1{
    transition: .5s;
}
.daohang.guding{
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 10px 3px rgba(24,62,160,.06)
}
.yx{
    float: left;
}
.yx a {
	display:block;
    padding-top: 28px;
}
.yx img {
	max-width:100%;
	height:43px;
}
.navdaohang {
    float: right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:99px;
    z-index: 9;
    position: static;
    margin: 0 41px;
}
.menupc li:hover a{
    color: #015BAC;
}
.menupc li:hover a:after{
    width: 100%;
}
.menupc li a{
    display:block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    z-index: 999;
    position: relative;
}
.menupc li a:after{
    content: '';
    display: block;
    width: 0;
    margin: 0 auto;
    height: 3px;
    background: #015BAC;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
}
.menupc li a:hover{
    color: #015BAC;
}
.menupc li a:hover:after{
    width: 100%;
}
.menupc li .current{
    color: #015BAC;
}
.menupc li a.current:after{
    width: 100%;
}
.menupc .xiala{
    position: absolute;
    z-index: 999;
    display: none;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 0;
    text-align: left;
}
.menupc .xialas{
    display: flex;
    position: relative;
}
.menupc .xialas:before{
    content: '';
    display: block;
    width: 30%;
    background: #F6F6F6;
    flex: 1;
}
.menupc .xialas:after{
    content: '';
    display: block;
    width: 30%;
    background: #FCFCFC;
    flex: 1;
}
.menupc .xiala .container2{
    display: flex;
    flex-direction: row;
}
.menupc .xiala_fl{
    width: 30.9%;
    background: #F6F6F6;
    padding: 70px 5.3% 11px 0;
}
.xiala_fl h3{
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    margin-bottom: 25px;
}
.menupc .xiala_fl ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.menupc .xiala_fl li{
    float: none;
    margin: 0 10% 17px 0;
    line-height: 45px;
    text-align: left;
    width: 45%;
}
.menupc .xiala_fl li:nth-child(2n){
    margin: 0 0 17px 0;
}
.menupc .xiala_fl li a{
    display: block;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    padding: 10px 15px 10px 0;
}
.menupc .xiala_fl li a:after{
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: url(../images/arrow.png) no-repeat right center;
    background-size: 7px 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    left: auto;
}
.menupc .xiala_fl li a:hover{
    color: #015BAC;
}
.menupc .xiala_fl li a:hover:after{
    background: url("../images/arrow_h.png") no-repeat right center;
    background-size: 7px 12px;
}
.menupc .xiala_fr{
    width: 69.1%;
    background: #FCFCFC;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 62px 0 63px 31px;
}
.menupc .xiala_fr .xiala_fr_txt{
    width: 47%;
    display: flex;
    flex-direction: column;
}
.menupc .xiala_fr .xiala_fr_txt1{
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
}
.menupc .xiala_fr .xiala_fr_txt2{
    margin-top: 35px;
}
.menupc .xiala_fr .xiala_fr_txt2 a{
    display: block;
    width: 160px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E70012;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #E70012;
    transition: .5s;
}
.menupc .xiala_fr .xiala_fr_txt2 a:hover{
    color: #fff;
    background-color: #E70012;
}
.menupc .xiala_fr .xiala_fr_txt2 a:after{
    display: none;
}
.menupc .xiala_fr .xiala_fr_img{
    width: 46.5%;

}
.nav-fr{
    float: right;
}
.nation{
    float: right;
    display: flex;
    color: #333;
    font-size: 16px;
    align-items: center;
}
.nation a{
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 99px;
}
.header-search {
    float: left;
    margin: 0 26px 0 37px;
}
.header-search .pull-right {
    float:right;
    width:18px;
    height: 100%;
    background:url(../images/search.png) no-repeat center center;
    background-size: 18px 18px;
    color:#000;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    height: 99px;
    text-align:center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 79px;
    right: 0;
    z-index: 9;
    width: 340px;
    display: none;
    padding: 0 30px 10px 10px;
    position: absolute;
    box-shadow: 0 0 10px #eee;
    background-color: #fff;
}
.search-container {
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border: 1px solid #eee;

}
.search-container .form-control {
    text-align: left;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #cdcdcd;
    line-height: 20px;
    vertical-align: top;
    padding: 10px 86px 10px 10px;
    -webkit-appearance: none;
    background-color: #fff;
}
.search-container .form-control:focus {
    border: 1px solid #002a5c;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #003A99;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background:#003A99 url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 15px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-pagination{
    display: block;
    bottom: 15px !important;
    right: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.home-banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 1;
    outline: none;
    margin: 0px 10px !important;
    border-radius: 50%;
}
.home-banner .swiper-pagination-bullet-active{
    width: 38px;
    background: #00CCCC;
    border-radius: 5px;
}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 77px;
    height: 132px;
    border-radius: 0;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: rgba(255,255,255,.2) url("../images/ban_l.png") no-repeat center;
    background-size: 22px 45px;
}
.home-banner .swiper-button-prev{
    right: auto;
    left: 0;
}
.home-banner .swiper-button-next{
    right: 0;
    left: auto;
    transform:rotateY(-180deg) translate(0, -50%);
}
.phone{
    display: none;
}
@media(max-width:1199px) {
    header{
        display: none;
    }
    .phone{
        display: block;
        z-index: 9999;
        position: fixed;
        width: 100%;
        top: 0;
    }
    .sp_logo a img{
        height: 34px;
    }
}

footer{
    width: 100%;
    margin: 0 auto;
    background: #F2F2F2;
}
.footer2 .container1{
    border-top: 1px solid #D8D8D8;
    padding: 32px 15px;
    overflow: hidden;
    position: relative;
}
.footer2 p{
    text-align: center;
    line-height: 24px;
    color: #666;
}
.footer2 p a{
    color: #666;
}
.footer2 p a:hover{
    color: #004BA0;
}
.footer2 .policy{
    position: absolute;
    right: 0;
    top: 32px;
    color: #666;
    line-height: 24px;
    text-decoration: underline;
}
.footer2 .policy:hover{
    color: #004BA0;
}
.footer1{
    padding: 90px 0 65px 0;
    overflow: hidden;
}
.footer1 .container1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer1_fl{
    width: 18%;
}
.footer1_fl1 a{
    display: block;
}
.footer1_fl1 a img{
    width: auto;
    height: 43px;
}
.footer1_fl2{
    margin: 140px 0 30px 0;
    display: flex;
    align-items: center;
}
.footer1_fl2 a{
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #666666;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.footer1_fl2 a.wx{
    background: url("../images/wx.png") no-repeat center;
    background-size: 22px 27px;
    margin-right: 12px;
}
.footer1_fl2 a.dz{
    background: url("../images/dz.png") no-repeat center;
    background-size: 18px 22px;
}
.footer1_fl2 a:hover{
    border: 2px solid #004BA0;
}
.footer1_fl2 a.wx:hover{
    background: url("../images/wx_h.png") no-repeat center;
    background-size: 22px 27px;
}
.footer1_fl2 a.dz:hover{
    background: url("../images/dz_h.png") no-repeat center;
    background-size: 18px 22px;
}
.footer1_fl3{
    display: flex;
    align-items: center;
}
.footer1_fl3 a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.footer1_fl3 a.cn{
    background: url("../images/cn.png") no-repeat left center;
    background-size: 21px 15px;
    padding-left: 33px;
    margin-right: 33px;
}
.footer1_fl3 a.en{
    background: url("../images/en.png") no-repeat left center;
    background-size: 16px 16px;
    padding-left: 24px;
}
.footer1_fc{
    width: 70%;
    padding: 0 5%;
}
.footer1_fc ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer1_fc ul li{
    width: 25%;
    padding: 0 15px;
    line-height: 30px;
}
.footer1_fc ul li a{
    display: block;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist{
    margin-top: 30px;
}
.menulist ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.menulist ul li{
    width: 100% !important;
    padding: 0 !important;
    line-height: 30px;
    margin-bottom: 10px;
}
.menulist ul li:last-child{
    margin-bottom: 0;
}
.menulist ul li a{
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menulist ul li a:hover{
    color: #004BA0;
}
.footer1_fr{
    width: 12%;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fr p{
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.home-about{
    width: 100%;
    margin: 70px auto 115px auto;
}
.about1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about1_fl{
    width: 49%;
}
.about1_fl1{
    color: #333;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}
.about1_fl .index_title{
    text-align: left;
}
.about1_fl .index_title:after{
    display: none;
}
.index_title{
    color: #333;
    font-size: 45px;
    line-height: 1;
    text-align: center;
}
.index_title:after{
    content: '';
    display: block;
    width: 59px;
    height: 18px;
    background: url("../images/title.png") no-repeat center;
    background-size: 47px 4px;
    margin: 20px auto 0 auto;
}
.about1_fl2{
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 270px;
    overflow: hidden;
    margin: 35px 0 45px 0;
}
.about1_fl3 a{
    display: flex;
    align-items: center;
    width: 195px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 27px;
    color: #666;
    font-size: 15px;
    padding: 0 49px;
    position: relative;
}
.about1_fl3 a p{
    background: url("../images/ajt.png") no-repeat 75px center;
    background-size: 20px 11px;
    transition: .5s;
    color: #666;
    font-size: 15px;
    width: 100%;
    position: relative;
    z-index: 999;
}
.about1_fl3 a:hover{
    border: 1px solid #E70012;
}
.about1_fl3 a:hover p{
    background: url("../images/ajt_h.png") no-repeat 75px center;
    background-size: 20px 11px;
    color: #fff;
}
.about1_fl3 a:after{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #E70012;
    border-radius: 27px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s;
}
.about1_fl3 a:hover:after{
    width: 100%;
}
.about1_fr{
    width: 45.7%;
}
.m-video{
    position: relative;
}
.video_con{
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about2{
    margin-top: 55px;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.about2 ul li{
    text-align: center;
}
.about2 ul li .pic{
    width: 64px;
    margin: 0 auto;
    height: 64px;
}
.about2 ul li p{
    font-size: 18px;
    color: #333;
    margin: 25px 0 20px 0;
}
.about2 ul li h3{
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.about2 ul li h3 span{
    font-size: 60px;
    font-weight: bold;
    color: #004BA0;
}

.home-industry{
    width: 100%;
    margin: 0 auto;
}
.industry_con{
    margin-top: 43px;
    position: relative;
}
.industry_con .swiper-slide{
    display: initial;
}
.industrys a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.industrys a .tp{
    border: 1px solid #ccc;
    background: #FFFFFF;
}
.industry_txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: left;
}
.industry_txts{
    position: absolute;
    bottom: 15%;
    left: 0;
    padding: 0 50px;
    z-index: 999;
    width: 100%;
}
.industry_txt:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,77,151,.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}
.industry_txt1{
    font-size: 38px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.industry_txt2{
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0;
    line-height: 30px;
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.industry_txt3{
    margin-top: 63px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    width: 195px;
    height: 15px;
    border-radius: 27px;
    transition: .5s;
}
.industry_txt3 img{
    width: 20px;
    height: 11px;
    margin-left: 20px;
}
.industrys a:hover .industry_txt:after{
    opacity: 1;
}
.industrys a:hover .industry_txt2{
    margin-top: 35px;
    height: 90px;
    opacity: 1;
}
.industrys a:hover .industry_txt3{
    margin-top: 40px;
    height: 54px;
    background: #E70012;
    justify-content: center;
}
.industrys a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    opacity: 0.7;
}

.home-leader{
    width: 100%;
    margin: 0 auto;
    background-color: #f6f6f6;
    padding: 90px 0 35px 0;
    overflow: hidden;
}
.index_title span{
    color: #004BA0;
}
.leader_con{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.leader_fl{
    width: 73%;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.leader_fr{
    width: 19%;
    margin-top: -80px;
}

.home-contact{
    width: 100%;
    margin: 65px auto 53px auto;
}
.contact_info{
    margin: 25px 0 50px 0;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.contact_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.contact_t_fl{
    width: 49.5%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.contact_t_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 0 auto;
    border-radius: 15px;
}
.contact_t_fr{
    float: right;
    width: 48%;
}
.lx1{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-bottom: 17px;
}
.contact_t_fr .pic{
    width: 19px;
    height: 19px;
    position: absolute;
    left: 30px;
}
.lx1 input{
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    background: #F6F6F6;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    padding-left: 62px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.lx1 input::-webkit-input-placeholder {
    color:#999;
}
.lx1 input:-moz-placeholder {
    color:#999;
}
.lx1 input::-moz-placeholder {
    color:#999;
}
.lx1 input:-ms-input-placeholder{
    color:#999;
}
.lx2{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}
.contact_t_fr .lx2 .pic{
    top: 14px;
}
.lx2 textarea{
    width: 100%;
    height: 115px;
    display: flex;
    align-items: flex-start;
    background: #F6F6F6;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    padding: 10px 10px 10px 62px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 25px;
    resize: none;
}
.lx2 textarea::-webkit-input-placeholder {
    color:#999;
}
.lx2 textarea:-moz-placeholder {
    color:#999;
}
.lx2 textarea::-moz-placeholder {
    color:#999;
}
.lx2 textarea:-ms-input-placeholder{
    color:#999;
}
.contact_b{
    margin-top: 45px;
}
.contact_b button{
    width: 306px;
    margin: 0 auto;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(230,0,18,.8);
    border-radius: 27px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.contact_b button:hover{
    background: rgba(230,0,18,1);
}

/*关于我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.iban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    color: #FFFFFF;
}
.iban_info h3{
    font-size: 45px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 30px;
}
.iban_info p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}
.inner_dh{
    margin-top: -62px;
    z-index: 99;
    z-index: 99;
    position: relative;
}
.inner_dh1 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.inner_dh1 ul li{
    margin-right: 21px;
}
.inner_dh1 ul li:last-child{
    margin-right: 0;
}
.inner_dh1 ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 157px;
    height: 82px;
    background: rgba(255,255,255,.9);
    box-shadow: 0px 0px 20px 1px rgba(0,74,159,0.22);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    transition: .5s;
}
.inner_dh1 ul li a:hover{
    background: #E70012;
    color: #fff;
}
.inner_dh1 ul li a.current{
    background: #E70012;
    color: #fff;
}
.inner_dh2{
    margin-top: 45px;
}
.inner_dh2 a{
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 25px;
    background: url("../images/ijt.png") no-repeat right center;
    background-size: 14px 13px;
    padding-right: 25px;
}

.inner-main{
    width: 100%;
    margin: 0 auto;
}
.iabout1{
    margin: 30px 0 55px 0;
    font-size: 16px;
    color: #525252;
    line-height: 30px;
}
.iabout1 h3{
    font-size: 32px;
    color: #525252;
}
.iabout1 h3 span{
    color: #004A9F;
}
.iabout2{
    padding: 50px 0 185px 0;
    background: #F6F6F6;
    font-size: 16px;
    color: #525252;
    line-height: 30px;
}
.iabout3{
    margin-top: -5%;
}
.iabout3 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iabout3 ul li{
    width: 48%;
}
.iabout3 ul li a{
    display: block;
    position: relative;
}
.iabout3_txt{
    position: absolute;
    bottom: 40px;
    padding: 0 28px;
    z-index: 999;
}
.iabout3_txt h3{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    background: url("../images/jt.png") no-repeat right center;
    background-size: 12px 20px;
    padding-right: 62px;
}
.iabout3 ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iabout4{
    background: url("../images/iabout4bg.png") no-repeat bottom center;
    background-size: cover;
}
.iabout .about2{
    margin-top: 0;
    padding: 90px 0 80px 0;
}

/*加入我们*/
.ifeedback1{
    padding: 38px 0 71px 0;
    border-bottom: 1px solid #ccc;
}
.fd1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fd1s{
    width: 48%;
    margin-bottom: 34px;
    display: flex;
    align-items: center;
}
.fd1 label{
    font-size: 16px;
    color: #666;
    text-align: right;
    font-weight: bold;
    width: 80px;
}
.fd1 label b{
    color: #ff0000;
}
.fd1 input{
    flex: 1;
    margin-left: 20px;
    height: 60px;
    display: flex;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    padding: 0 20px;
    color: #666;
    font-size: 16px;
}
.fd1 textarea{
    flex: 1;
    margin-left: 20px;
    height: 241px;
    display: flex;
    align-items: center;
    background: #F2F2F2;
    border: 1px solid #CCCCCC;
    padding: 20px;
    color: #666;
    font-size: 16px;
    resize: none;
    margin-bottom: 34px;
}
.fd1 a{
    height: 62px;
    margin-left: 18px;
}
.fd2s{
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.fd2s button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
}
.fd2s button.tj{
    background: #004A9F;
    color: #FFFFFF;
    margin-right: 32px;
}
.fd2s button.cz{
    background: #F2F2F2;
    color: #666666;
}
.ifeedback2{
    margin: 80px 0 90px 0;
}
.ifeedback2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ifeedback2 ul li{
    display: flex;
    align-items: center;
}
.ifeedback2 ul li .pic{
    width: 64px;
    height: 64px;
}
.ifeedback2_txt{
    flex: 1;
    margin-left: 30px;
}
.ifeedback2_txt h3{
    font-size: 28px;
    color: #333;
}
.ifeedback2_txt p{
    margin-top: 15px;
    font-size: 27px;
    color: #E70012;
    font-weight: bold;
}

/*联系我们*/
.icontact1{
    margin: 40px 0 60px 0;
}
.icontact1 .container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.icontact1_fl{
    width: 48%;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 45px;
}
.icontact1_fl h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 40px;
}
.icontact1_fl ul li{
    font-size: 18px;
    color: #666;
    line-height: 40px;
}
.icontact1_fl ul li span{
    font-weight: bold;
}
.icontact1_fr{
    width: 48%;
}
.icontact2{
    padding: 60px 0 25px 0;
    background: #F9F9F9;
    overflow: hidden;
}
.icontact2 dl{
    margin-bottom: 10px;
}
.icontact2 dl dt{
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 39px;
}
.icontact2 dl dt:after{
    content: '';
    display: block;
    width: 51px;
    height: 5px;
    background: #E70012;
    border-radius: 3px;
    margin-top: 19px;
}
.icontact2s{
    display: flex;
    flex-wrap: wrap;
}
.icontact2s dd{
    float: left;
    width: 30%;
    margin-right: 5%;
    height: 387px;
    background: #FFFFFF;
    padding: 60px 20px 0 38px;
    margin-bottom: 50px;
    transition: .5s;
}
.icontact2s dd:nth-child(3n){
    margin-right: 0;
}
.icontact2s dd h3{
    font-size: 23px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    margin-bottom: 25px;
}
.icontact2s dd p{
    font-size: 18px;
    color: #666666;
    line-height: 40px;
}
.icontact2s dd p span{
    font-weight: bold;
}
.icontact2s dd:hover{
    background-color: #004a9f;
}
.icontact2s dd:hover h3{
    color: #fff;
}
.icontact2s dd:hover p{
    color: #fff;
}

/*组织架构*/
.istructure{
    margin: 35px 0 75px 0;
}


/*新闻资讯*/
.inews{
    margin: 45px 0;
}
.inews1{
    position: relative;
}
.inews1 .swiper-slide{
    display: initial;
}
.inews1s a{
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.inews1s a .tp{
    width: 50%;
}
.inews1_txt{
    width: 46%;
    margin-top: 25px;
    text-align: left;
}
.inews1_txt1{
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 15px;
}
.inews1_txt1:after{
    content: '';
    display: block;
    width: 98px;
    height: 2px;
    background: #E62129;
    position: absolute;
    bottom: 0;
    left: 0;
}
.inews1_txt1 span{
    font-size: 80px;
    font-family: KaiTi;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 0.8;
}
.inews1_txt1 p{
    font-size: 20px;
    font-family: KaiTi;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 25px;
}
.inews1_txt2{
    margin: 40px 0;
    font-size: 24px;
    font-weight: bold;
    color: #004A9F;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews1_txt3{
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.inews1_txt4{
    margin-top: 20px;
    text-align: right;
    background: url("../images/jj.png") no-repeat right center;
    background-size: 7px 11px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #E62129;
    padding-right: 19px;
    text-transform: uppercase;
}
.inews1s a:hover .picture img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inews1s a:hover .proshow4_txt{
    color: #0D4486;
}
.inews1 .swiper-button-next2, .inews1 .swiper-button-prev2{
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #ccc url("../images/njt.png") no-repeat center;
    background-size: 12px 20px;
    text-align: center;
    border-radius: 10px;
}
.inews1 .swiper-button-next2:hover, .inews1 .swiper-button-prev2:hover{
    background: #004A9F url("../images/njt.png") no-repeat center;
    background-size: 12px 20px;
}
.inews1 .swiper-button-prev2{
    left: auto;
    right: 62px;
}
.inews1 .swiper-button-next2{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.inews2{
    margin-top: 50px;
}
.reladated_title{
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 17px;
}
.reladated_title p{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #004A9F;
    line-height: 1;
    position: relative;
}
.reladated_title p:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #183EA0;
    position: absolute;
    bottom: -20px;
}
.inews2 .reladated_title p{
    font-weight: bold;
}
.inews2_con{
    margin: 37px 0 20px 0;
}
.inews2_con ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.inews2_con ul li{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 34px;
}
.inews2_con ul li:nth-child(2n){
    margin-right: 0;
}
.inews2_con ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
    padding: 24px 20px 24px 26px;
    transition: .5s;
}
.inews2_date{
    width: 14.5%;
    height: 102px;
    background: #CCCCCC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .5s;
}
.inews2_date p{
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.inews2_date span{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.inews2_txt{
    width: 50%;
    padding: 0 25px;
}
.inews2_txt1{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.inews2_txt1:after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #E62129;
    margin-top: 12px;
}
.inews2_txt2{
    margin-top: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    opacity: 0.8;
    transition: .5s;
}
.inews2_con ul li a .tp{
    width: 35.5%;
}
.inews2_con ul li a:hover{
    background: #004A9F;
}
.inews2_con ul li a:hover .inews2_date{
    color: #004A9F;
    background: #FFFFFF;
}
.inews2_con ul li a:hover .inews2_txt1{
    color: #fff;
}
.inews2_con ul li a:hover .inews2_txt2{
    color: #fff;
}
.inews2_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*分页*/
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color:#666;
    clear:both;
    margin: 0;
}
.pagination a{
    display:block ;
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding: 0px 12px;
    line-height: 41px;
    margin:0px 1px 10px 1px;
    border: 1px solid #d7d8da;
}
.pagination a:hover{
    color:#fff;
    background-color:#0d4486;
    border: 1px solid #0d4486;
}
.pagination a.active {
    color:#fff;
    background-color: #0d4486;
    border: 1px solid #0d4486;
}


/*新闻详情*/
.inewsshow{
    margin: 40px 0;
}
.inewsshow .container1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsshow_fl{
    width: 73%;
}
.show_title{
    text-align: center;
}
.show_title h3{
    font-size: 24px;
    font-weight: 400;
    color: #202020;
    line-height: 30px;
    margin-bottom: 20px;
}
.show_title p{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #646464;
    font-size: 14px;
}
.show_title span{
    padding: 0 8px;
    background: url("../images/li.jpg") no-repeat right center;
    display: flex;
    align-items: center;
}
.show_title span:last-child{
    background: none;
}
.show_title span a{
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    transition: .5s;
    border-radius: 50%;
    margin: 0 5px;
}
.show_title span a:hover{
    border: 1px solid #E62129;
}
.show_title span a.share1{
    background: url("../images/share1.png") no-repeat center;
    background-size: 18px 14px;
}
.show_title span a.share2{
    background: url("../images/share2.png") no-repeat center;
    background-size: 15px 16px;
}
.show_title span a.share3{
    background: url("../images/share3.png") no-repeat center;
    background-size: 18px 14px;
}
.show_title span a.share1:hover{
    background: url("../images/share1_h.png") no-repeat center;
    background-size: 18px 14px;
}
.show_title span a.share2:hover{
    background: url("../images/share2_h.png") no-repeat center;
    background-size: 15px 16px;
}
.show_title span a.share3:hover{
    background: url("../images/share3_h.png") no-repeat center;
    background-size: 18px 14px;
}

.show_content{
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding:30px 0  35px 0;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.show_back_fl{
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    line-height: 30px;
    color:#616161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color: #A7A7A8;
}
.show_back_fl li a:hover{
    color: #E62129;
}
.show_back_fr{
    overflow:hidden;
}
.show_back_fr a{
    display:flex;
    align-items: center;
    height: 44px;
    line-height:44px;
    background: #E62129;
    border-radius: 5px;
    color:#fff;
    padding: 0 35px 0 40px;
}
.show_back_fr a img{
    padding-left: 16px;
    height: 24px;
}
.reladated_news{
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 45px;
}
.reladated_news_con{
    margin-top: 25px;
    position: relative;
}
.reladated_news_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.reladated_news_con ul li{
    width: 45%;
    margin-right: 10%;
    margin-bottom: 10px;
}
.reladated_news_con ul li:nth-child(2n){
    margin-right: 0;
}
.reladated_news_con ul li a{
    display: block;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 16px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .5s;
}
.reladated_news_con ul li a:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    transition: .5s;
}
.reladated_news_con ul li a:hover{
    color: #0D4486;
}
.reladated_news_con ul li a:hover:before{
    background: #0D4486;
}
.newsshow_fr{
    width: 22%;
    height: 100%;
}
.newsshow_frs{
    background: #F6F6F6;
    border-radius: 10px;
    padding: 20px 12px;
    margin-bottom: 25px;
}
.newsshow_fr_title{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 13px;
}
.newsshow_fr_title h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    padding-left: 46px;
    position: relative;
}
.newsshow_fr_title h3:before{
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.newsshow_fr1 .newsshow_fr_title h3:before{
    background: #0D4486 url("../images/h3_1.png") no-repeat center;
    background-size: 17px 17px;
}
.newsshow_fr2 .newsshow_fr_title h3:before{
    background: #0D4486 url("../images/h3_2.png") no-repeat center;
    background-size: 15px 12px;
}
.newsshow_fr1_info{
    margin-top: 14px;
}
.newsshow_fr1_info li{
    margin-bottom: 18px;
    overflow: hidden;
}
.newsshow_fr1_info li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsshow_fr1_info li a .tp{
    width: 42%;
}
.inewsshow_txt{
    width: 57%;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.newsshow_fr1_info li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.newsshow_fr2_info{
}
.newsshow_fr2_info ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.newsshow_fr2_info ul li{
    width: 48%;
    margin-right: 4%;
    margin-top: 12px;
}
.newsshow_fr2_info ul li:nth-child(2n){
    margin-right: 0;
}
.newsshow_fr2_info ul li a{
    display: block;
    height: 41px;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    color: #333333;
    line-height: 39px;
    text-align: center;
    transition: .5s;
}
.newsshow_fr2_info ul li a:hover{
    color: #E62129;
    border: 1px solid #E62129;
}

/*集团产业*/
.iindustry li{
    overflow: hidden;
    padding: 60px 0 70px 0;
}
.iindustry li:nth-child(odd){
    background: #fff;
}
.iindustry li:nth-child(even){
    background: #F6F6F6;
}
.iindustry li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iindustry li a .tp{
    width: 48.5%;
    border-radius: 5px;
}
.iindustry_txt{
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.iindustry_txt1{
    position: relative;
}
.iindustry_txt1 h3{
    font-size: 172px;
    font-family: Arial;
    font-weight: bold;
    color: #F6F6F6;
    line-height: 0.75;
}
.iindustry_txt1 p{
    font-size: 30px;
    font-weight: bold;
    color: #004A9F;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 57px;
    top: 50%;
    transform: translate(0, -50%);
}
.iindustry li:nth-child(even) .iindustry_txt1 h3{
    color: #fff;
}
.iindustry_txt2{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    height: 120px;
    overflow: hidden;
    margin: 15px 0 35px 0;
}
.iindustry_txt3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 44px;
    color: #E70012;
    border: 1px solid #E70012;
    border-radius: 25px;
    transition: .5s;
}
.iindustry li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iindustry li a:hover .iindustry_txt3{
    color: #fff;
    background-color: #E70012;
}

/*耘林集团*/
.yunlin{
    margin: 35px 0 78px 0
}
.inner_title{
    text-align: center;
}
.inner_title h3{
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
    color: #f9f9f9;
    line-height: 1;
    text-transform: capitalize;
}
.inner_title p{
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    color: #1F1F1F;
    margin-top: -25px;
}
.yunlin1{
    margin-top: 35px;
    font-size: 24px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 24px;
    position: relative;
    padding-left: 23px;
    font-weight: bold;
}
.yunlin1:before{
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #E70012;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.yunlin1 span{
    font-size: 22px;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    margin-left: 16px;
}
.yunlin1 span:before{
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.yunlin2{
    margin: 50px 0;
    font-size: 16px;
    line-height: 35px;
    color: #4B4B4B;
}
.yunlin3{
    display: flex;
    justify-content: center;
}
.yunlin3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 412px;
    height: 59px;
    background: #E70012;
    border-radius: 27px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
.yunlin3 a img{
    height: 11px;
    margin-left: 44px;
}

/*产品详情*/
.iproshow{
    margin: 40px  0 50px 0;
}
.proshow1{
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.proshow1_fl{
    width: 51%;
    height: 100%;
    position: relative;
    background: #F6F6F6;
    border: 1px solid #DDDDDD;
}
.proshow1_fl .swiper-slide{
    display: initial;
}
.proshow1_fl .pic{
    display: block;
    position: relative;
    width: 100%;
}
.proshow1_fl .pic:after{
    padding-bottom: 65%;
}
.proshow1_fl .swiper-button-next3, .proshow1_fl .swiper-button-prev3{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #DEDEDE url("../images/psjt.png") no-repeat center;
    background-size: 11px 18px;
    border-radius: 50%;
}
.proshow1_fl .swiper-button-next3:hover ,.proshow1_fl .swiper-button-prev3:hover{
    background: #E70012 url("../images/psjt_h.png") no-repeat center;
    background-size: 11px 18px;
}
.proshow1_fl .swiper-button-prev3{
    right: auto;
    left: 30px;
}
.proshow1_fl .swiper-button-next3{
    left: auto;
    right: 30px;
    transform: translate(0, -50%) rotateY(-180deg);
}
.proshow1_fr{
    width: 46%;
}
.proshow1_fr1{
    font-size: 28px;
    font-weight: bold;
    color: #004A9F;
    border-bottom: 2px solid #004A9F;
    padding-bottom: 30px;
    line-height: 1;
}
.proshow1_fr2{
    margin-top: 40px;
}
.proshow1_fr2 dl{
    margin-bottom: 35px;
}
.proshow1_fr2 dt{
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 1;
}
.proshow1_fr2 dd{
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #6A6A6A;
    line-height: 32px;
}
.proshow1_fr3{
    padding-top: 105px;
    border-top: 1px solid #D2D0D0;
    display: flex;
}
.proshow1_fr3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #004A9F;
    font-weight: bold;
    font-size: 18px;
    color: #004A9F;
    transition: .5s;
}
.proshow1_fr3 a.yx{
    padding: 0 30px;
    margin-right: 20px;
}
.proshow1_fr3 a.yx i{
    background: url("../images/yx.png") no-repeat center;
    background-size: 30px 22px;
    width: 30px;
    height: 22px;
    margin-right: 10px;
    transition: .5s;
}
.proshow1_fr3 a.lxwm{
    font-size: 20px;
    padding: 0 64px;
    background: #E62129;
    border: 1px solid #E62129;
    color: #fff;
}
.proshow1_fr3 a:hover{
    background: #004A9F;
    color: #fff;
    border: 1px solid #004A9F;
}
.proshow1_fr3 a.yx:hover i{
    background: url("../images/yx_h.png") no-repeat center;
    background-size: 30px 22px;
}
.iproshow .reladated_title p{
    font-weight: bold;
}
.proshow2_con{
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}
.proshow3{
    margin: 45px 0 30px 0;
}
.proshow3 ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.proshow3 ul li.center{
    margin: 0 20px;
}
.proshow3 ul li a{
    display: block;
    width: 135px;
    line-height: 42px;
    border: 1px solid #E5E5E5;
    color: #666;
    transition: .5s;
}
.proshow3 ul li a:hover{
    color: #fff;
    border: 1px solid #0D4486;
}
.proshow3 ul li.left a{
    background: #EAEAEA url("../images/left.png") no-repeat 15px center;
    background-size: 18px 14px;
    padding-left: 47px;
}
.proshow3 ul li.center a{
    background: url("../images/center.png") no-repeat center;
    background-size: 36px 36px;
    width: 36px;
    height: 36px;
    border: none;
}
.proshow3 ul li.right a{
    background: #EAEAEA url("../images/right.png") no-repeat 102px center;
    background-size: 18px 14px;
    padding-left: 15px;
}
.proshow3 ul li.left a:hover{
    background: #0D4486 url("../images/left_h.png") no-repeat 15px center;
    background-size: 18px 14px;
}
.proshow3 ul li.center a:hover{
    background: url("../images/center_h.png") no-repeat center;
    background-size: 36px 36px;
}
.proshow3 ul li.right a:hover{
    background: #0D4486 url("../images/right_h.png") no-repeat 102px center;
    background-size: 18px 14px;
}
.proshow4{
    margin-top: 30px;
}
.proshow4_con{
    margin-top: 38px;
    position: relative;
}
.proshow4_con .swiper-container{
    width: 92%;
    margin: 0 auto;
}
.proshow4_con .swiper-slide{
    display: initial;
}
.proshow4s a{
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.proshow4s a .pic{
    border: 1px solid #E5E5E5;
}
.proshow4s a .pic:after{
    padding-bottom: 100%;
}
.proshow4_txt{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proshow4s a:hover .picture img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.proshow4s a:hover .proshow4_txt{
    color: #004A9F;
}
.proshow4_con .swiper-button-next4, .proshow4_con .swiper-button-prev4{
    display: block;
    position: absolute;
    top: 50%;
    width: 21px;
    height: 42px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: url("../images/pshowjt.png") no-repeat center;
    background-size: 21px 42px;
    text-align: center;
    border-radius: 0;
}
.proshow4_con .swiper-button-next4:hover, .proshow4_con .swiper-button-prev4:hover{
    background: url("../images/pshowjt_h.png") no-repeat center;
    background-size: 21px 42px;
}
.proshow4_con .swiper-button-prev4{
    left: 0;
    right: auto;
}
.proshow4_con .swiper-button-next4{
    right: 0;
    left: auto;
    transform: translate(0, -50%) rotateY(-180deg);
}
.proshow4s a:hover .pic{
    border: 1px solid #0D4486;
}
.proshow4s a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.proshow4s a:hover .iproshow4_txt{
    color: #0D4486;
}

/*产品列表*/
.iproduct{
    margin: 45px 0 50px 0;
}
.iproduct_con{
    margin-bottom: 20px;
}
.iproduct_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.iproduct_con ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 29px;
}
.iproduct_con ul li:nth-child(3n){
    margin-right: 0;
}
.iproduct_con ul li a{
    display: block;
    background: #F9F9F9;
}
.ipro_txt{
    height: 67px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    position: relative;
    margin-top: 3px;
}
.ipro_txt:before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: #E70012;
    transition: .5s;
    position: absolute;
    top: -3px;
    left: 0;
}
.ipro_txt h3{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 21px;
}
.ipro_txt h3:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 9px solid #999;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.iproduct_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproduct_con ul li a:hover .ipro_txt:before{
    width: 100%;
}
.iproduct_con ul li a:hover .ipro_txt h3:before{
    border-left: 9px solid #E70012;
}

/*集团产业详情*/
.iindustryxq{
    margin-top: 45px;
}
.iindustryxq1_con{
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iindustryxq1_con_fl{
    width: 45%;
}
.iindustryxq1_con_fl1{
    font-size: 22px;
    font-weight: 400;
    color: #525252;
    line-height: 30px;
    margin-bottom: 25px;
}
.iindustryxq1_con_fl2{
    font-size: 16px;
    font-weight: 400;
    color: #525252;
    line-height: 30px;
}
.iindustryxq1_con_fr{
    width: 46%;
    position: relative;
    padding-bottom: 25px;
}
.iindustryxq1_con_fr .swiper-slide{
    display: initial;
}
.iindustryxq1_con_fr .pic{
    display: block;
    position: relative;
    width: 100%;
}
.swiper-pagination1{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iindustryxq1_con_fr .swiper-pagination1{
    bottom: 0;
    right: 0;
    width: 100%;
}
.iindustryxq1_con_fr .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #BBBBBB;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 7px;
}
.iindustryxq1_con_fr .swiper-pagination-bullet-active{
    background: #717171;
}
.iindustryxq2{
    margin: 50px 0 55px 0;
}
.iindustryxq2_con{
    margin: 55px 0 40px 0;
    background: url("../images/iindustryxq2bg.jpg") no-repeat top center;
    padding-top: 85px;
    position: relative;
}
.iindustryxq2_con .container1{
    position: relative;
}
.iindustryxq2_con .swiper-slide{
    display: initial;
}
.iindustryxq2s a{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #F9F9F9;
}
.iindustryxq2s a:hover .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iindustryxq2s a:hover .ipro_txt:before{
    width: 100%;
}
.iindustryxq2s a:hover .ipro_txt h3:before{
    border-left: 9px solid #E70012;
}
.iindustryxq2_con .swiper-button-next5, .iindustryxq2_con .swiper-button-prev5{
    display: block;
    position: absolute;
    top: calc(50% - 35px);
    width: 55px;
    height: 78px;
    margin-top: 0;
    transform: translate(0, -50%);
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: rgba(0,0,0,.3) url("../images/njt.png") no-repeat center;
    background-size: 12px 20px;
    text-align: center;
    border-radius: 0;
}
.iindustryxq2_con .swiper-button-next5:hover, .iindustryxq2_con .swiper-button-prev5:hover{
    background: #004A9F url("../images/njt.png") no-repeat center;
    background-size: 12px 20px;
}
.iindustryxq2_con .swiper-button-prev5{
    left: 0;
    right: auto;
}
.iindustryxq2_con .swiper-button-next5{
    right: 0;
    left: auto;
    transform: translate(0, -50%) rotateY(-180deg);
}
.industryxq_more{
    text-align: center;
}
.industryxq_more a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    margin: 0 auto;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #004A9F;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #004A9F;
    transition: .5s;
}
.industryxq_more a:hover{
    background: #004A9F;
    color: #fff;
}
.iindustryxq3_con{
    margin-top: 35px;
}
.iindustryxq3_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.iindustryxq3_con ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 44px;
}
.iindustryxq3_con ul li:nth-child(4n){
    margin-right: 0;
}
.iindustryxq3_con ul li a{
    display: block;
    background: #F9F9F9;
    padding: 26px 24px;
}
.industryxq3_txt{
    margin-top: 40px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    position: relative;
}
.industryxq3_txt h3{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.industryxq3_txt h3:after{
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #004A9F;
    margin: 18px auto 0 auto;
}
.iindustryxq3_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iindustryxq3_con ul li a:hover .industryxq3_txt h3:after{
    background: #E70012;
}
.iindustryxq4 {
    margin-top: 55px;
}
.iindustryxq4_con{
    margin-top: 45px;
    padding: 65px 0 35px 0;
    background: #F9F9F9;
    overflow: hidden;
}
.iindustryxq4_con .container1{
    position: relative;
    padding-bottom: 55px;
}
.iindustryxq4_con .swiper-slide{
    display: initial;
}
.iindustryxq4s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.honor_txt{
    text-align: left;
}
.honor_txt h3{
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honor_txt h3:after{
    content: '';
    display: block;
    width: 17px;
    height: 2px;
    background: #999999;
    margin: 10px 0 24px 0;
}
.honor_img{
    background-color: #fff;
    padding: 32px 34px;
    overflow: hidden;
}
.honor_img .pic:after{
    padding-bottom: 71.93%;
}
.iindustryxq4s a:hover .honor_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.swiper-pagination2{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iindustryxq4_con .swiper-pagination2{
    bottom: 0;
    right: 0;
    width: 100%;
}
.iindustryxq4_con .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #bbb;
    border: 2px solid #FFFFFF;
    opacity: 1;
    outline: none;
    margin: 0px 10px;
    border-radius: 50%;
}
.iindustryxq4_con .swiper-pagination-bullet-active{
    background-color: #717171;
}
.iindustryxq5{
    margin: 45px 0 70px 0;
}
.iindustryxq5_con{
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.iindustryxq5_con_fl{
    width: 30%;
}
.iindustryxq5_con_fl_t{
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    line-height: 48px;
}
.iindustryxq5_con_fl_t p{
    padding-left: 45px;
}
.iindustryxq5_con_fl_t p.p1{
    background: url("../images/p1.png") no-repeat left center;
    background-size: 21px 25px;
}
.iindustryxq5_con_fl_t p.p2{
    background: url("../images/p2.png") no-repeat left center;
    background-size: 19px 26px;
}
.iindustryxq5_con_fl_t p.p3{
    background: url("../images/p3.png") no-repeat left center;
    background-size: 26px 22px;
}
.iindustryxq5_con_fl_t p.p4{
    background: url("../images/p4.png") no-repeat left center;
    background-size: 24px 16px;
}
.iindustryxq5_con_fl_b{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iindustryxq5_con_fl_b p{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}
.iindustryxq5_con_fr{
    width: 64.5%;
    border: 1px solid #eee;
    padding: 4px;
}

/*党务*/
.iparty_affairs_title{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.iparty_affairs_title:after{
    content: '';
    display: block;
    width: 51px;
    height: 5px;
    background: #E70012;
    border-radius: 3px;
    margin-top: 20px;
}
.iparty_affairs1_con{
    margin-top: 30px;
}
.iparty_affairs2{
    margin: 52px 0 42px 0;
}
.iparty_affairs2_con{
    margin: 40px 0 10px 0;
}
.iparty_affairs2_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.iparty_affairs2_con ul li{
    width: 22.8%;
    margin-right: 2.9333%;
    margin-bottom: 52px;
}
.iparty_affairs2_con ul li:nth-child(4n){
    margin-right: 0;
}
.iparty_affairs2_con ul li a{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(153,153,153,0.22);
}
.iparty_affairs2_txt{
    padding: 33px 25px;
}
.iparty_affairs2_txt1{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iparty_affairs2_txt2{
    font-size: 15px;
    line-height: 30px;
    color: #666;
    height: 120px;
    overflow: hidden;
    margin: 15px 0 20px 0;
}
.iparty_affairs2_txt3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 20px;
}
.iparty_affairs2_txt3 p{
    color: #666;
}
.iparty_affairs2_txt3 span{
    font-family: Arial;
    color: #999999;
}
.iparty_affairs2_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iparty_affairs2_con ul li a:hover .iparty_affairs2_txt3 p{
    text-decoration: underline;
}

/*工会*/
.ilabour_union1{
    margin-top: 40px;
}
.ilabour_union1 .container1{
    position: relative;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.slick-prev {
    left:0 !important;
}
.slick-next {
    right:0 !important;
}
.ilabour_union1 .slick-prev:before,.ilabour_union1 .slick-next:before {
    display:none;
}
.gonghui-max {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    position:relative;
    cursor:pointer;
}
.gonghui-max .pic:after{
    padding-bottom:44.49%;
}
.gonghui-max .pic img{
    border: none !important;
}
.gonghui-max .slick-dots{
    text-align: right;
}
.gonghui-max .slick-dots li {
    width: 31px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 3px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}
.gonghui-max .slick-dots li button:before{
    display: none;
}
.gonghui-max .slick-dots li.slick-active{
    width: 52px;
    background: #E70012;
}
.gonghui-min {
    margin-left:auto;
    margin-right:auto;
    text-align:center
}
.gonghui-min .getIndex {
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.gonghui-min .getIndex .item {
    margin: 13px 0px;
}
.gonghui-min .getIndex .pic:after{
    padding-bottom:44.49%;
}
.gonghui-min .getIndex .pic img{
    border: none !important;
}
.gonghui-min .slick-current .item img {
    border: none !important;
}
.ilabour_union1_fl{
    width: 75%;
}
.ilabour_union1_fl .pic{
    width: 100%;
}
.ilabour_union1_fl .pic:after{
    padding-bottom: 44.49%;
}
.ilabour_union1_fr{
    width: 20%;
}
.ilabour_union1_fr .pic{
    width: 100%;
}
.ilabour_union1_fr .pic:after{
    padding-bottom: 44.49%;
}
.swiper-pagination3{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ilabour_union1 .swiper-pagination3{
    bottom: 0;
    right: 0;
    width: 100%;
}
.ilabour_union1 .swiper-pagination-bullet{
    width: 31px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 3px;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
}
.ilabour_union1 .swiper-pagination-bullet-active{
    width: 52px;
    background: #E70012;
}
.ilabour_union .iparty_affairs2{
    margin: 0 0 42px 0;
}
.ilabour_union .iparty_affairs_title:after{
    display: none;
}

/*企业荣誉*/
.ihonor{
    margin: 50px 0 85px 0;
}
.ihonor_b{
    position: relative;
}
.ihonor_b:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.ihonor_b .container1{
    position: relative;
}
.ihonor_b .gallery-thumbs {
    width: 90%;
    margin: auto;
    height: auto;
}
.ihonor-min.swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ihonor-min h3{
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    padding: 0 11px;
    background-color: #fff;
}
.ihonor-min.swiper-slide-thumb-active h3{
    color: #004A9F;
    font-size: 28px;
}
.ihonor_b .swiper-button-next6, .ihonor_b .swiper-button-prev6{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #ccc url("../images/pjt.png") no-repeat center;
    background-size: 11px 19px;
}
.ihonor_b .swiper-button-next6:hover ,.ihonor_b .swiper-button-prev6:hover{
    background: #004A9F url("../images/pjt.png") no-repeat center;
    background-size: 11px 19px;
}
.ihonor_b .swiper-button-prev6{
    right: auto;
    left: 0;
}
.ihonor_b .swiper-button-next6{
    left: auto;
    right: 0;
    transform:rotateY(-180deg) translate(0, -50%);
}
.ihonor_t{
    position: relative;
    margin-top: 55px;
}
.ihonor_t .gallery-top{
    width: 100%;
    height: auto;
}
.ihonor-max{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: justify;
    width: 100%;
}
.ihonor-max-fl{
    width: 66%;
    position: relative;
}
.ihonor-max-fl1{
    font-size: 303px;
    font-family: Arial;
    font-weight: bold;
    color: #F9F9F9;
    line-height: 0.75;
    position: absolute;
    top: 0;
    z-index: -1;
}
.ihonor-max-fl2{
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    color: #004A9F;
    line-height: 1;
    margin-top: 30px;
}
.ihonor-max-fl2:after{
    content: '';
    display: block;
    width: 72px;
    height: 1px;
    background: #004A9F;
    margin-top: 15px;
}
.ihonor-max-fl3{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #525252;
    line-height: 45px;
}
.ihonor-max-fl3 p{
    padding-left: 30px;
    position: relative;
}
.ihonor-max-fl3 p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 19.5px;
}
.ihonor-max-fr{
    width: 29%;
    position: relative;
    padding-bottom: 35px;
}
.ihonor-max-fr .swiper-slide{
    display: initial;
}
.honors a{
    display: block;
    position: relative;
}
.honors a .pic:after{
    padding-bottom: 71.93%;
}
.ihonor_img{
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9;
    padding: 26px 24px;
    overflow: hidden;
}
.ihonor_txt{
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #525252;
    line-height: 30px;
}
.swiper-pagination3{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ihonor-max-fr .swiper-pagination3{
    bottom: 0;
    right: 0;
    width: 100%;
}
.ihonor-max-fr .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
}
.ihonor-max-fr .swiper-pagination-bullet-active{
    background: #004A9F;
}

/*发展历程*/
.iprocess{
    margin-top: 50px;
}
.iprocess_b{
    position: relative;
}
.iprocess_b:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.iprocess_b .container1{
    position: relative;
}
.iprocess_b .gallery-thumbs {
    width: 90%;
    margin: auto;
    height: auto;
}
.iprocess-min.swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.iprocess-min h3{
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    position: relative;
    cursor: pointer;
    padding: 0 11px;
    background-color: #fff;
}
.iprocess-min.swiper-slide-thumb-active h3{
    color: #004A9F;
    font-size: 28px;
}
.iprocess_b .swiper-button-next7, .iprocess_b .swiper-button-prev7{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #ccc url("../images/pjt.png") no-repeat center;
    background-size: 11px 19px;
}
.iprocess_b .swiper-button-next7:hover ,.iprocess_b .swiper-button-prev7:hover{
    background: #004A9F url("../images/pjt.png") no-repeat center;
    background-size: 11px 19px;
}
.iprocess_b .swiper-button-prev7{
    right: auto;
    left: 0;
}
.iprocess_b .swiper-button-next7{
    left: auto;
    right: 0;
    transform:rotateY(-180deg) translate(0, -50%);
}
.iprocess_t{
    position: relative;
    margin-top: 68px;
    background: url("../images/processbg.png") no-repeat right bottom;
    padding-bottom: 85px;
}
.iprocess_t .gallery-top{
    width: 100%;
    height: auto;
}
.iprocess-max{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    text-align: justify;
    width: 100%;
}
.iprocess-max-fl{
    width: 63%;
    position: relative;
}
.iprocess-max-fl1{
    font-size: 303px;
    font-family: Arial;
    font-weight: bold;
    color: #F9F9F9;
    line-height: 0.75;
    position: absolute;
    top: 0;
    z-index: -1;
}
.iprocess-max-fl2{
    font-size: 48px;
    font-family: Arial;
    font-weight: bold;
    color: #004A9F;
    line-height: 1;
    margin-top: 30px;
}
.iprocess-max-fl2:after{
    content: '';
    display: block;
    width: 72px;
    height: 1px;
    background: #004A9F;
    margin-top: 15px;
}
.iprocess-max-fl3{
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #525252;
    line-height: 45px;
}
.iprocess-max-fr{
    width: 29%;
}

/*企业文化*/
.iculture{
    margin-top: 37px;
}
.iculture li{
    position: relative;
}
.iculture_txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.iculture_txt h2{
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}
.iculture_txt p{
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin: 25px 0 35px 0;
}
.iculture_txt p:after{
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    background: #FFFFFF;
    margin: 30px auto 0 auto;
}
.iculture_txt h3{
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.iculture_txt a{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    color: #FFFFFF;
    width: 195px;
    height: 54px;
    background: rgba(0,91,173,0);
    border: 2px solid #FFFFFF;
    border-radius: 27px;
}
.iculture_txt a img{
    height: 11px;
    margin-left: 19px;
}
.iculture li:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iculture_txt a:hover{
    border: 2px solid #005BAD;
    background: #005BAD;
}

/*社会责任*/
.isocial{
    margin-bottom: 55px;
}
.isocial_con{
    width: 88%;
    margin: 33px auto;
}
.isocial_cons{
    position: relative;
}
.isocial_con::-webkit-scrollbar {
    display: none;
}
.isocial_cons:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
}
.clicshow{
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    width: 74px;
    margin: 0 auto;
    height: 74px;
    border-radius: 180px;
    position: relative;
}
.clicshow i{
    display: block;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    background: #005BAC url("../images/xlarrow.png") no-repeat center;
    background-size: 18px 20px;
}
.nian{
    /*overflow: hidden;*/
}
.time{
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 5px;
    background-color: #fff;
    overflow: hidden;
    width: 74px;
    height: 74px;
    border-radius: 180px;
    position: relative;
    z-index: 9;
}
.time p{
    width: 63px;
    height: 63px;
    background-color: #005BAC;
    border-radius: 180px;
    color: #fff;
    line-height: 63px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.isocial_cons dl{
    background: url("../images/gou.png") no-repeat top center;
    background-size: 24px 24px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.isocial_txt{
    overflow: hidden;
}
.isocial_txt dl:first-child{
    margin-top: 60px;
}
.nian:last-child .isocial_txt dl:last-child{
    margin-bottom: 20px;
}
.social{
    width: 46%;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 7px 24px 3px rgba(0,0,0,0.08);
    border-radius: 5px;
    padding: 22px;
    overflow: hidden;
    margin: 24px;
}
.style1_t{
    font-size: 16px;
    font-weight: bold;
    color: #005BAC;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}
.style1_b{
    margin-top: 13px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    max-height: 90px;
    overflow: auto;
}
.style1_b::-webkit-scrollbar {
    display: block !important;
}
.style2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.style2_fl{
    width: 51%;
}
.style2_fr{
    width: 46%;
}

/*企业内刊*/
.iinsider{
    margin-bottom: 40px;
}
.iinsider_con{
    margin: 58px 0 27px 0;
}
.iinsider_con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.iinsider_con ul li{
    width: 21%;
    margin-right: 5.3333%;
    margin-bottom: 50px;
}
.iinsider_con ul li:nth-child(4n){
    margin-right: 0;
}
.iinsider_con ul li a{
    display: block;
}
.iinsider_img{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px;
    transition: .5s;
}
.iinsider_img .pic:after{
    padding-bottom: 68.99%;
}
.iinsider_txt{
    margin-top: 20px;
    text-align: center;
}
.iinsider_txt1{
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    margin-bottom: 25px;
}
.iinsider_txt2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    margin: 0 auto;
    height: 43px;
    background: #EEEEEE;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    transition: .5s;
}
.iinsider_txt2 img{
    transition: .5s;
    opacity: 0;
    width: 0;
    height: 0;
}
.iinsider_con ul li a:hover .iinsider_img{
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 20px 1px rgba(153,153,153,0.22);
}
.iinsider_con ul li a:hover .iinsider_img .pic img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iinsider_con ul li a:hover .iinsider_txt2{
    background: #004A9F;
    color: #FFFFFF;
}
.iinsider_con ul li a:hover .iinsider_txt2 img{
    width: 16px;
    height: 16px;
    margin-left: 9px;
    opacity: 1;
}

/*员工关怀*/
.iemployee .container1{
    overflow: hidden;
}
.iemployee1_con{
    margin: 40px 0;
    position: relative;
    padding-bottom: 50px;
}
.iemployee1_con .swiper-slide{
    display: initial;
}
.iemployee1_con .swiper-container{
    overflow: inherit;
}
.iemployee1s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 3px rgba(238,238,238,0.8);
}
.iemployee1_txt{
    width: 100%;
    padding: 0 5px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.iemployee1_txt h3{
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iemployee1s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iemployee1s a:hover .iemployee1_txt{
    background: #E62129;
}
.iemployee1s a:hover .iemployee1_txt h3{
    color: #FFFFFF;
}
.swiper-pagination4{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iemployee1_con .swiper-pagination4{
    bottom: 0;
    right: 0;
    width: 100%;
}
.iemployee1_con .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.iemployee1_con .swiper-pagination-bullet-active{
    background: #004A9F;
}
.iemployee2_con{
    margin-top: 26px;
}
.iemployee3{
    margin-top: 70px;
}
.iemployee3_con{
    background: url("../images/employee3bg.jpg") no-repeat center;
    background-size: cover;
    padding: 100px 0;
    margin-top: 43px;
}
.iemployee4{
    margin: 68px 0 45px 0;
}
.iemployee4_con{
    margin-top: 42px;
    position: relative;
    padding-bottom: 36px;
}
.iemployee4_con .swiper-slide{
    display: initial;
}
.iemployee4s a{
    display:block;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .5s;
}
.iemployee4_txt{
    width: 100%;
    background: #F9F9F9;
    padding: 35px 25px 25px 25px;
    transition: .5s;
    text-align: left;
}
.iemployee4_txt1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}
.iemployee4_txt2{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 35px;
    height: 70px;
    margin-top: 10px;
}
.iemployee4s a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iemployee4s a:hover .iemployee4_txt{
    background: #005bac;
}
.iemployee4s a:hover .iemployee4_txt1{
    color: #FFFFFF;
}
.iemployee4s a:hover .iemployee4_txt2{
    color: #FFFFFF;
}
.swiper-pagination5{
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iemployee4_con .swiper-pagination5{
    bottom: 0;
    right: 0;
    width: 100%;
}
.iemployee4_con .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #999999;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    margin: 0px 8px;
    border-radius: 50%;
}
.iemployee4_con .swiper-pagination-bullet-active{
    background: #004A9F;
}
.style3::-webkit-scrollbar-track{
    background-color: #fff;
}
.style3::-webkit-scrollbar{
    width: 3px;
    background-color: #fff;
}
.style3::-webkit-scrollbar-thumb{
    background-color: #E70012;
}

/*弹出框*/
.sqtytck {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    z-index: 9999;
    display: none;
}
.sqtytcks {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.sqtytckss {
    position: absolute;
    width: 1067px;
    left: 50%;
    top: 50%;
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 20px;
}
.sqtytck_close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.sqtytck_con {
    padding: 50px;
}
.sqtytck_con_t{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.sqtytck_con_t p{
    font-size: 24px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 1;
}
.sqtytck_con_b{
    border-top: 1px solid #ddd;
    padding-top: 25px;
    position: relative;
}
.sqtytck_con_b .swiper-slide{
    display: initial;
}

.sqtytck_con_b .swiper-button-next8, .sqtytck_con_b .swiper-button-prev8{
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    outline: none;
    text-align: center;
    transition: .5s;
    background: #ccc url("../images/pjt.png") no-repeat center;
    background-size: 11px 19px;
}
.sqtytck_con_b .swiper-button-next8:hover ,.sqtytck_con_b .swiper-button-prev8:hover{
    background: #004A9F url("../images/pjt.png") no-repeat center;
    background-size: 11px 19px;
}
.sqtytck_con_b .swiper-button-prev8{
    right: auto;
    left: 0;
}
.sqtytck_con_b .swiper-button-next8{
    left: auto;
    right: 0;
    transform:rotateY(-180deg) translate(0, -50%);
}



@media (min-width:1501px) and (max-width:1600px){
    .container2{
        width: 96%;
    }
}

@media (min-width:1401px) and (max-width:1500px){
    .container1{
        width: 88%;
    }
    .container2{
        width: 90%;
    }
    .index_title{
        font-size: 42px;
    }
    .about2 ul li h3 span{
        font-size: 56px;
    }
    .industry_txt1{
        font-size: 30px;
    }
    .industry_txts{
        padding: 0 40px;
    }
    .leader_fr{
        width: 23%;
    }
    .xiala_fl h3{
        font-size: 26px;
    }
    .menupc .xiala_fl li a{
        font-size: 17px;
    }

    .iban_info h3{
        font-size: 41px;
        margin-bottom: 25px;
    }
    .iban_info p{
        font-size: 17px;
        line-height: 35px;
    }
    .inner_dh1 ul li{
        margin-right: 15px;
    }
    .icontact2s dd{
        padding: 60px 20px 0 25px;
    }
    .icontact2s dd h3{
        font-size: 20px;
    }
    .icontact2s dd p{
        font-size: 17px;
        line-height: 35px;
    }
    .inews1_txt{
        margin-top: 0;
    }
    .inews1_txt2{
        margin: 30px 0;
    }
    .proshow1_fr2 dl{
        margin-bottom: 25px;
    }
    .proshow1_fr3{
        padding-top: 60px;
    }
    .iindustryxq5_con_fl{
        width: 31%;
    }
    .iparty_affairs_title{
        font-size: 26px;
    }
    .ihonor-max-fl1{
        font-size: 283px;
    }
    .ihonor-max-fl2{
        font-size: 44px;
    }
    .ihonor-max-fl2:after{
        width: 65px;
    }
    .iprocess-max-fl1{
        font-size: 283px;
    }
    .iprocess-max-fl2{
        font-size: 44px;
    }
    .iprocess-max-fl2:after{
        width: 65px;
    }

}

@media (min-width:1280px) and (max-width:1400px){
    .container1{
        width: 90%;
    }
    .container2{
        width: 92%;
    }
    .menupc li{
        margin: 0 38px;
    }
    .xiala_fl h3{
        font-size: 24px;
    }
    .menupc .xiala_fl li a{
        font-size: 16px;
    }
    .home-about{
        margin: 50px auto 80px auto;
    }
    .about1_fl1{
        font-size: 22px;
    }
    .index_title{
        font-size: 38px;
    }
    .about1_fl3 a {
        width: 170px;
        height: 49px;
        padding: 0 37px;
    }
    .about2 ul li .pic{
        width: 60px;
        height: 60px;
    }
    .about2 ul li p{
        font-size: 17px;
    }
    .about2 ul li h3{
        font-size: 17px;
    }
    .about2 ul li h3 span{
        font-size: 50px;
    }
    .industry_txts{
        padding: 0 30px;
    }
    .industry_txt1{
        font-size: 26px;
    }
    .industry_txt3{
        margin-top: 45px;
        width: 170px;
    }
    .industrys a:hover .industry_txt2{
        margin-top: 25px;
    }
    .industrys a:hover .industry_txt3{
        margin-top: 35px;
        height: 49px;
    }
    .home-leader{
        padding: 50px 0 35px 0;
    }
    .leader_con{
        align-items: center;
    }
    .leader_fr{
        width: 24%;
    }
    .home-contact{
        margin: 50px auto;
    }
    .lx1 input{
        height: 56px;
        font-size: 16px;
    }
    .lx2 textarea{
        font-size: 16px;
    }
    .contact_b{
        margin-top: 35px;
    }
    .contact_b button{
        width: 256px;
        height: 50px;
        font-size: 16px;
    }
    .footer1{
        padding: 50px 0 35px 0;
    }
    .footer1_fl1 a img{
        height: auto;
    }
    .footer2 .policy{
        right: 15px;
    }
    .footer2 .container1{
        padding: 25px 15px;
    }

    .iban_info h3{
        font-size: 38px;
        margin-bottom: 25px;
    }
    .iban_info p{
        font-size: 17px;
        line-height: 35px;
    }
    .inner_dh{
        margin-top: -35px;
    }
    .inner_dh1 ul li{
        margin-right: 15px;
    }
    .inner_dh1 ul li a{
        height: 70px;
        font-size: 17px;
        width: 150px;
    }
    .inner_dh2{
        margin-top: 40px;
    }
    .iabout1 h3{
        font-size: 30px;
    }
    .iabout2{
        padding: 50px 0 130px 0;
    }
    .iabout3_txt{
        bottom: 20px;
    }
    .iabout3_txt h3{
        font-size: 28px;
        padding-right: 55px;
    }
    .icontact1_fl h3{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .icontact1_fl ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact2 dl dt{
        font-size: 24px;
    }
    .icontact2s dd{
        width: 32%;
        margin-right: 2%;
        padding: 30px 20px;
        height: 300px;
        margin-bottom: 35px;
    }
    .icontact2s dd h3{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .icontact2s dd p{
        font-size: 16px;
        line-height: 30px;
    }
    .ifeedback2{
        margin: 50px 0 60px 0;
    }
    .ifeedback2 ul li .pic{
        width: 54px;
        height: 54px;
    }
    .ifeedback2_txt h3{
        font-size: 22px;
    }
    .ifeedback2_txt p{
        font-size: 21px;
    }
    .inews1_txt{
        margin-top: 0;
    }
    .inews1_txt2{
        margin: 20px 0;
    }
    .iindustry_txt1 h3{
        font-size: 150px;
    }
    .iindustry_txt1 p{
        font-size: 28px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 20px;
    }
    .proshow1_fr3{
        padding-top: 50px;
    }
    .iindustryxq5_con_fl{
        width: 33%;
    }
    .iindustryxq5_con_fr{
        width: 63.5%;
    }
    .iparty_affairs_title{
        font-size: 24px;
    }
    .ihonor-max-fl1{
        font-size: 253px;
    }
    .ihonor-max-fl2{
        font-size: 40px;
    }
    .ihonor-max-fl2:after{
        width: 62px;
    }
    .iprocess-max-fl1{
        font-size: 253px;
    }
    .iprocess-max-fl2{
        font-size: 40px;
    }
    .iprocess-max-fl2:after{
        width: 62px;
    }
    .iculture_txt h2{
        font-size: 28px;
    }
    .iculture_txt p{
        font-size: 16px;
        margin: 20px 0 30px 0;
    }
    .iculture_txt p:after{
        margin: 20px auto 0 auto;
    }
    .iculture_txt h3{
        font-size: 24px;
    }
    .iculture_txt a{
        width: 155px;
        height: 50px;
        margin-top: 40px;
    }
    .iculture_txt a img{
        margin-left: 15px;
    }
    .iinsider_con ul li{
        width: 22%;
        margin-right: 4%;
    }
}

@media (min-width:1200px) and (max-width:1279px){
    .container1{
        width: 92%;
    }
    .container2{
        width: 92%;
    }
    .menupc li{
        margin: 0 35px;
    }
    .xiala_fl h3{
        font-size: 22px;
    }
    .menupc .xiala_fl li a{
        font-size: 15px;
    }
    .home-about{
        margin: 50px auto 80px auto;
    }
    .about1_fl1{
        font-size: 20px;
    }
    .index_title{
        font-size: 35px;
    }
    .about1_fl3 a{
        width: 150px;
        height: 45px;
        padding: 0 27px;
    }
    .about2 ul li .pic{
        width: 54px;
        height: 54px;
    }
    .about2 ul li p{
        font-size: 16px;
    }
    .about2 ul li h3{
        font-size: 16px;
    }
    .about2 ul li h3 span{
        font-size: 40px;
    }
    .industry_txts{
        padding: 0 25px;
    }
    .industry_txt1{
        font-size: 26px;
    }
    .industry_txt3{
        margin-top: 45px;
        width: 150px;
    }
    .industrys a:hover .industry_txt2{
        margin-top: 25px;
    }
    .industrys a:hover .industry_txt3{
        margin-top: 35px;
        height: 45px;
    }
    .home-leader{
        padding: 50px 0 35px 0;
    }
    .leader_con{
        align-items: center;
    }
    .leader_fr{
        width: 24%;
    }
    .home-contact{
        margin: 50px auto;
    }
    .lx1 input{
        height: 56px;
        font-size: 16px;
    }
    .lx2 textarea{
        font-size: 16px;
    }
    .contact_b{
        margin-top: 35px;
    }
    .contact_b button{
        width: 256px;
        height: 50px;
        font-size: 16px;
    }
    .footer1{
        padding: 50px 0 35px 0;
    }
    .footer1_fl1 a img{
        height: auto;
    }
    .footer2 .policy{
        right: 15px;
    }
    .footer2 .container1{
        padding: 25px 15px;
    }

    .iban_info h3{
        font-size: 34px;
        margin-bottom: 20px;
    }
    .iban_info p{
        font-size: 16px;
        line-height: 30px;
    }
    .inner_dh{
        margin-top: -30px;
    }
    .inner_dh1 ul li{
        margin-right: 15px;
    }
    .inner_dh1 ul li a{
        height: 60px;
        font-size: 16px;
        width: 140px;
    }
    .inner_dh2{
        margin-top: 30px;
    }
    .iabout1 h3{
        font-size: 28px;
    }
    .iabout2{
        padding: 50px 0 100px 0;
    }
    .iabout3_txt{
        bottom: 20px;
    }
    .iabout3_txt h3{
        font-size: 28px;
        padding-right: 50px;
    }
    .icontact1_fl h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .icontact1_fl ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact2 dl dt{
        font-size: 22px;
    }
    .icontact2s dd{
        width: 32%;
        margin-right: 2%;
        padding: 30px 20px;
        height: 300px;
        margin-bottom: 25px;
    }
    .icontact2s dd h3{
        font-size: 19px;
        margin-bottom: 20px;
    }
    .icontact2s dd p{
        font-size: 16px;
        line-height: 30px;
    }
    .ifeedback2{
        margin: 50px 0 60px 0;
    }
    .ifeedback2 ul li .pic{
        width: 54px;
        height: 54px;
    }
    .ifeedback2_txt h3{
        font-size: 22px;
    }
    .ifeedback2_txt p{
        font-size: 21px;
    }
    .inews1_txt{
        margin-top: 0;
    }
    .inews1_txt2{
        margin: 20px 0;
    }
    .iindustry_txt1 h3{
        font-size: 140px;
    }
    .iindustry_txt1 p{
        font-size: 26px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 20px;
    }
    .proshow1_fr3{
        padding-top: 50px;
    }
    .iindustryxq5_con_fl{
        width: 34%;
    }
    .iindustryxq5_con_fr{
        width: 62.5%;
    }
    .iparty_affairs_title{
        font-size: 22px;
    }
    .ihonor-max-fl1{
        font-size: 203px;
    }
    .ihonor-max-fl2{
        font-size: 38px;
    }
    .ihonor-max-fl2:after{
        width: 58px;
    }
    .iprocess-max-fl1{
        font-size: 203px;
    }
    .iprocess-max-fl2{
        font-size: 38px;
    }
    .iprocess-max-fl2:after{
        width: 58px;
    }
    .iculture_txt h2{
        font-size: 28px;
    }
    .iculture_txt p{
        font-size: 16px;
        margin: 20px 0 30px 0;
    }
    .iculture_txt p:after{
        margin: 20px auto 0 auto;
    }
    .iculture_txt h3{
        font-size: 24px;
    }
    .iculture_txt a{
        width: 155px;
        height: 50px;
        margin-top: 40px;
    }
    .iculture_txt a img{
        margin-left: 15px;
    }
    .iinsider_con ul li{
        width: 22%;
        margin-right: 4%;
    }
}

@media(max-width:1199px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .container2 {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner{
        padding-top: 60px;
    }
    .inner-banner{
        padding-top: 60px;
    }
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 50px;
        height: 86px;
        background-size: 15px 30px;
        top: calc(50% + 30px);
    }
    .home-about{
        margin: 50px auto;
    }
    .about1_fl1{
        font-size: 18px;
    }
    .index_title{
        font-size: 30px;
    }
    .about1_fl2{
        height: 210px;
    }
    .about1_fl3 a{
        width: 150px;
        height: 45px;
        padding: 0 27px;
    }
    .about2 ul li .pic{
        width: 54px;
        height: 54px;
    }
    .about2 ul li p{
        font-size: 16px;
    }
    .about2 ul li h3{
        font-size: 16px;
    }
    .about2 ul li h3 span{
        font-size: 40px;
    }
    .industry_con{
        margin-top: 35px;
    }
    .industry_txts{
        padding: 0 25px;
        bottom: 10%;
    }
    .industry_txt1{
        font-size: 26px;
    }
    .industry_txt3{
        margin-top: 35px;
        width: 150px;
    }
    .industrys a:hover .industry_txt2{
        margin-top: 25px;
    }
    .industrys a:hover .industry_txt3{
        margin-top: 35px;
        height: 45px;
    }
    .home-leader{
        padding: 50px 0 35px 0;
    }
    .leader_con{
        align-items: center;
    }
    .leader_fr{
       margin-top: 0;
        width: 25%;
    }
    .home-contact{
        margin: 50px auto;
    }
    .lx1 input{
        height: 56px;
        font-size: 16px;
    }
    .lx2 textarea{
        font-size: 16px;
    }
    .contact_b{
        margin-top: 35px;
    }
    .contact_b button{
        width: 256px;
        height: 50px;
        font-size: 16px;
    }
    .footer1{
        padding: 50px 0 35px 0;
    }
    .footer1_fl1 a img{
        height: auto;
    }
    .footer2 .policy{
        right: 15px;
    }
    .footer2 .container1{
        padding: 25px 15px;
    }
    .iban_info{
        height: calc(100% + 60px);
    }
    .iban_info h3{
        font-size: 30px;
        margin-bottom: 20px;
    }
    .iban_info p{
        font-size: 16px;
        line-height: 30px;
    }
    .inner_dh{
        margin-top: -30px;
    }
    .inner_dh1 ul li{
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .inner_dh1 ul li a{
        height: 60px;
        font-size: 16px;
        width: 140px;
    }
    .inner_dh2{
        margin-top: 20px;
    }
    .iabout1 h3{
        font-size: 24px;
    }
    .iabout2{
        padding: 50px 0 100px 0;
    }
    .iabout3_txt{
        bottom: 20px;
    }
    .iabout3_txt h3{
        font-size: 24px;
        padding-right: 40px;
    }
    .icontact1_fl h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .icontact1_fl ul li{
        font-size: 16px;
        line-height: 30px;
    }
    .icontact2 dl dt{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .icontact2s dd{
        width: 32%;
        margin-right: 2%;
        padding: 30px 20px;
        height: 300px;
        margin-bottom: 25px;
    }
    .icontact2s dd h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .icontact2s dd p{
        font-size: 16px;
        line-height: 30px;
    }
    .ifeedback2{
        margin: 50px 0 60px 0;
    }
    .ifeedback2 ul li .pic{
        width: 54px;
        height: 54px;
    }
    .ifeedback2_txt h3{
        font-size: 20px;
    }
    .ifeedback2_txt p{
        font-size: 19px;
    }
    .istructure{
        margin: 35px 0 50px 0;
    }
    .inews1{
        padding-bottom: 55px;
    }
    .inews1_txt{
        margin-top: 0;
    }
    .inews1_txt1 span{
        font-size: 60px;
    }
    .inews1_txt2{
        margin: 25px 0;
        font-size: 20px;
    }
    .inews1_txt3{
        font-size: 16px;
    }
    .inews2_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .reladated_title p{
        font-size: 20px;
    }
    .reladated_title p:after{
        bottom: -21px;
    }
    .show_title h3{
        margin-top: 0;
        font-size: 20px;
    }
    .newsshow_fl{
        width: 65%;
    }
    .newsshow_fr{
        width: 30%;
    }
    .newsshow_fr_title h3{
        font-size: 20px;
    }
    .iindustry li{
        padding: 50px 0 60px 0;
    }
    .iindustry_txt1 h3{
        font-size: 120px;
    }
    .iindustry_txt1 p{
        font-size: 24px;
        left: 40px;
    }
    .yunlin{
        margin: 30px 0 60px 0;
    }
    .inner_title h3{
        font-size: 50px;
    }
    .inner_title p{
        font-size: 26px;
        margin-top: -20px;
    }
    .yunlin1{
        font-size: 20px;
    }
    .yunlin1 span{
        font-size: 18px;
    }
    .yunlin2{
        margin: 35px 0;
    }
    .yunlin3 a{
        width: 300px;
        height: 50px;
    }
    .yunlin3 a img{
        margin-left: 30px;
    }
    .proshow1_fr1{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .proshow1_fr2{
        margin-top: 20px;
    }
    .proshow1_fr2 dl{
        margin-bottom: 20px;
    }
    .proshow1_fr3{
        padding-top: 35px;
    }
    .proshow1_fr3 a.lxwm{
        padding: 0 30px;
        font-size: 18px;
    }
    .iindustryxq1_con_fl1{
        font-size: 20px;
    }
    .iindustryxq1_con_fr{
        width: 50%;
    }
    .iindustryxq2_con{
        padding-top: 50px;
        background-size: contain;
    }
    .iindustryxq2_con .swiper-button-next5{
        right: 15px;
    }
    .iindustryxq2_con .swiper-button-prev5{
        left: 15px;
    }
    .iindustryxq2_con .swiper-button-next5, .iindustryxq2_con .swiper-button-prev5{
        background-size: 8px 13px;
        width: 35px;
        height: 50px;
    }
    .iindustryxq3_con ul li a{
        padding: 17px 15px;
    }
    .industryxq3_txt{
        margin-top: 20px;
    }
    .iindustryxq4_con{
        padding: 50px 0 35px 0;
    }
    .iindustryxq4_con .container1{
        padding-bottom: 35px;
    }
    .honor_img{
        padding: 13px 15px;
    }
    .iindustryxq5{
        margin: 30px 0 50px 0;
    }
    .iindustryxq5_con_fl{
        width: 37%;
    }
    .iindustryxq5_con_fr{
        width: 60%;
    }
    .iindustryxq5_con_fl_t{
        line-height: 40px;
    }
    .iindustryxq5_con_fl_b{
        margin-top: 20px;
    }
    .iparty_affairs_title{
        font-size: 22px;
    }
    .ihonor_b .swiper-button-prev6{
        left: 15px;
    }
    .ihonor_b .swiper-button-next6{
        right: 15px;
    }
    .ihonor-max-fl1{
        font-size: 203px;
    }
    .ihonor-max-fl2{
        font-size: 38px;
    }
    .ihonor-max-fl2:after{
        width: 58px;
    }
    .ihonor-max-fl3{
        font-size: 16px;
        line-height: 35px;
    }
    .ihonor-max-fl3 p:before{
        top: 14.5px;
    }
    .ihonor_txt{
        font-size: 16px;
    }
    .iprocess_b .swiper-button-prev7{
        left: 15px;
    }
    .iprocess_b .swiper-button-next7{
        right: 15px;
    }
    .iprocess_t{
        margin-top: 50px;
        background: none;
        padding-bottom: 50px;
    }
    .iprocess-max-fl1{
        font-size: 203px;
    }
    .iprocess-max-fl2{
        font-size: 38px;
    }
    .iprocess-max-fl2:after{
        width: 58px;
    }
    .iprocess-max-fl3{
        font-size: 16px;
        line-height: 35px;
    }
    .iculture_txt h2{
        font-size: 28px;
    }
    .iculture_txt p{
        font-size: 16px;
        margin: 15px 0 25px 0;
    }
    .iculture_txt p:after{
        margin: 20px auto 0 auto;
    }
    .iculture_txt h3{
        font-size: 24px;
    }
    .iculture_txt a{
        width: 155px;
        height: 50px;
        margin-top: 30px;
    }
    .iculture_txt a img{
        margin-left: 15px;
    }
    .isocial_con{
        width: 100%;
    }
    .iinsider_con{
        margin: 35px 0 15px 0;
    }
    .iinsider_con ul li{
        width: 22.75%;
        margin-right: 3%;
        margin-bottom: 35px;
    }
    .iinsider_img{
        padding: 15px;
    }
    .iinsider_txt1{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .iemployee1_txt{
        height: 60px;
    }
    .iemployee1_txt h3{
        font-size: 18px;
    }
    .iemployee3{
        margin-top: 50px;
    }
    .iemployee3_con{
        padding: 50px 0;
    }
    .iemployee4_txt1{
        font-size: 20px;
    }
    .iemployee4_txt{
        padding: 25px 15px 15px 15px;
    }

}



@media(max-width:840px) {
    .index_title{
        font-size: 26px;
    }
    .about1_fl2{
        margin: 20px 0 30px 0;
    }
    .about2{
        margin-top: 35px;
    }
    .about2 ul li .pic{
        width: 44px;
        height: 44px;
    }
    .about2 ul li h3 span{
        font-size: 30px;
    }
    .contact_info{
        margin: 25px 0 35px 0;
    }
    .contact_t{
        flex-direction: column;
    }
    .contact_t_fl{
        width: 100%;
        position: inherit;
        top: 0;
        transform: translate(0, 0%);
    }
    .contact_t_fr{
        width: 100%;
        margin-top: 20px;
    }
    .footer1_fc ul li a{
        font-size: 20px;
    }
    .menulist ul li a{
        font-size: 16px;
    }
    .fd1:nth-child(4) .fd1s{
        width: 100%;
    }
    .iban_info h3{
        font-size: 22px;
    }
    .iban_info p{
        font-size: 14px;
        line-height: 25px;
    }
    .inner_dh{
        margin-top: -15px;
    }
    .fd2s{
        width: 100%;
        justify-content: center;
    }
    .fd2s button.tj{
        margin: 0 15px;
    }
    .fd2s button{
        margin: 0 15px;
    }
    .icontact1_fl{
        padding: 20px 15px;
    }
    .icontact2s dd{
        height: 387px;
    }
    .icontact2s dd h3{
        line-height: 25px;
    }
    .iabout1 h3{
        font-size: 20px;
    }
    .iabout3_txt h3{
        font-size: 20px;
        padding-right: 30px;
    }
    .iindustry_txt1 h3{
        font-size: 100px;
    }
    .iindustry_txt1 p{
        font-size: 20px;
        left: 35px;
    }
    .iindustry_txt2{
        font-size: 16px;
        line-height: 30px;
        height: 90px;
    }
    .proshow1{
        flex-direction: column;
    }
    .proshow1_fl{
        width: 90%;
        margin: 0 auto;
    }
    .proshow1_fl .swiper-button-prev3{
        left: 10px;
    }
    .proshow1_fl .swiper-button-next3{
        right: 10px;
    }
    .proshow1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .ipro_txt{
        height: 50px;
    }
    .ipro_txt h3{
        font-size: 16px;
    }
    .industryxq3_txt h3{
        font-size: 16px;
    }
    .iindustryxq2_con .swiper-button-next5, .iindustryxq2_con .swiper-button-prev5{
        top: calc(50% - 26px);
    }
    .iparty_affairs_title{
        font-size: 20px;
    }
    .iparty_affairs_title:after{
        margin-top: 15px;
        width: 35px;
    }
    .iparty_affairs2_con ul li{
        width: 48%;
        margin-right: 4%;
    }
    .iparty_affairs2_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iparty_affairs2_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .ihonor_img{
        padding: 17px 15px;
    }
    .ihonor-max-fl{
        width: 61%;
    }
    .ihonor-max-fr{
        width: 34%;
    }
    .ihonor-max-fl1{
        font-size: 153px;
    }
    .ihonor-max-fl2{
        font-size: 30px;
    }
    .ihonor-max-fl2:after{
        width: 50px;
    }
    .iprocess-max-fl{
        width: 61%;
    }
    .iprocess-max-fr{
        width: 34%;
    }
    .iprocess-max-fl1{
        font-size: 153px;
    }
    .iprocess-max-fl2{
        font-size: 30px;
    }
    .iprocess-max-fl2:after{
        width: 50px;
    }
    .iculture_txt h2{
        font-size: 24px;
    }
    .iculture_txt p{
        font-size: 14px;
    }
    .iculture_txt h3{
        font-size: 20px;
    }
    .iculture_txt a{
        width: 135px;
        height: 45px;
        font-size: 14px;
    }
    .iculture_txt a img{
        margin-left: 12px;
    }
    .iinsider_txt2{
        width: 121px;
        height: 40px;
    }
    .iemployee1_txt{
        height: 50px;
    }
    .iemployee1_txt h3{
        font-size: 16px;
    }
    .iemployee4_txt1{
        font-size: 18px;
    }
    .iemployee4_txt2{
        line-height: 30px;
        height: 60px;
    }
}



@media(max-width:768px) {
    .icontact1_fl{
        width: 40%;
    }
    .icontact1_fr{
        width: 60%;
    }
    .inner_title h3{
        font-size: 40px;
    }
    .inner_title p{
        font-size: 22px;
        margin-top: -15px;
    }
    .proshow1_fl{
        width: 98%;
    }
    .gonghui-min .getIndex .item{
        margin: 10px 0;
    }
    .time{
        margin: inherit;
    }
    .isocial_cons:before{
        left: 36.5px;
        margin-left: 0;
    }
    .isocial_cons:after{
        left: 25px;
        margin-left: 0;
    }
    .isocial_cons dl{
        background: url(../images/gou.png) no-repeat 23.5px center;
        background-size: 24px 24px;
    }
    .isocial_txt dl:first-child{
        margin-top: 0;
    }
    .isocial_txt dl:last-child{
        margin-bottom: 0;
    }
    .clicshow{
        margin: 0;
    }
    .social{
        width: 78%;
        padding: 15px;
        margin: 15px;
        box-shadow: 0px 7px 15px 3px rgba(0,0,0,0.08);
    }
    .style2{
        flex-direction: column;
    }
    .style2_fl{
        width: 100%;
    }
    .style2_fr{
        margin-top: 20px;
        width: 100%;
    }
}

@media(max-width:600px) {
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev{
        width: 30px;
        height: 51px;
        background-size: 10px 20px;
    }
    .home-about{
        margin: 30px auto;
    }
    .about1{
        flex-direction: column;
    }
    .about1_fl{
        width: 100%;
    }
    .about1_fr{
        width: 100%;
        margin-top: 20px;
    }
    .index_title{
        font-size: 22px;
    }
    .about2{
        margin-top: 20px;
    }
    .about2 ul li .pic{
        width: 34px;
        height: 34px;
    }
    .about2 ul li p{
        font-size: 15px;
    }
    .about2 ul li h3{
        font-size: 15px;
    }
    .about2 ul li h3 span{
        font-size: 26px;
    }
    .index_title:after{
        margin: 10px auto 0 auto;
    }
    .industry_con{
        margin-top: 20px;
    }
    .home-leader{
        padding: 30px 0;
    }
    .home-leader{
        flex-direction: column;
    }
    .leader_con{
        margin-top: 20px;
    }
    .leader_fl{
        width: 100%;
    }
    .leader_fr{
        width: 100%;
        margin-top: 20px;
    }
    .home-contact{
        margin: 30px auto;
    }
    .contact_info{
        margin: 15px 0 25px 0;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1 .container1{
        flex-direction: column;
    }
    .footer1_fl{
        width: 100%;
    }
    .footer1_fc{
        width: 100%;
        margin: 20px 0;
    }
    .footer1_fr{
        width: 100%;
    }
    .footer1_fl1 a img{
        height: 43px;
    }
    .footer1_fl2{
        margin: 20px 0;
    }
    .footer1_fc ul li{
        padding: 0 5px;
    }
    .footer1_fc ul li a{
        font-size: 16px;
    }
    .menulist{
        display: none;
    }
    .footer1_fr img{
        height: 120px;
    }
    .footer2 .policy{
        display: block;
        position: inherit;
        top: 0;
        text-align: center;
    }
    .iban_info h3{
        margin-bottom: 0;
    }
    .iban_info p{
        display: none;
    }
    .inner_dh{
        margin-top: 20px;
    }
    .inner_dh1 ul{
        justify-content: center;
    }
    .inner_dh1 ul li{
        margin-right: 0;
    }
    .inner_dh1 ul li{
        width: 48%;
        margin-right: 4%;
    }
    .inner_dh1 ul li:nth-child(2n){
        margin-right: 0;
    }
    .inner_dh1 ul li a{
        width: 100%;
    }
    .iabout1{
        margin: 20px 0 30px 0;
    }
    .iabout1 h3{
        font-size: 18px;
    }
    .iabout2{
        padding: 30px 0;
    }
    .iabout3{
        margin-top: 30px;
    }
    .iabout3 ul li{
        width: 100%;
        margin-bottom: 20px;
    }
    .iabout .about2{
        padding: 10px 0 30px 0;
    }

    .icontact1{
        margin: 20px 0 30px 0;
    }
    .icontact1 .container1{
        flex-direction: column;
    }
    .icontact1_fl{
        width: 100%;
    }
    .icontact1_fr{
        width: 100%;
    }
    .icontact2{
        padding: 30px 0 0 0;
    }
    .icontact2s dd{
        width: 100%;
        margin-right: 0;
        height: auto;
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .ifeedback2{
        margin: 30px 0 10px 0;
    }
    .ifeedback2 ul li{
        margin-bottom: 20px;
    }
    .ifeedback2 ul li .pic{
        width: 34px;
        height: 34px;
    }
    .ifeedback2_txt{
        margin-left: 15px;
    }
    .ifeedback2_txt h3{
        font-size: 18px;
    }
    .ifeedback2_txt p{
        font-size: 17px;
        margin-top: 7.5px;
    }
    .ifeedback1{
        padding: 20px 0 30px 0;
    }
    .fd1s{
        width: 100%;
        margin-bottom: 15px;
    }
    .fd1 input{
        height: 50px;
    }
    .fd2s{
        margin-bottom: 0;
    }
    .fd1{
        align-items: baseline;
    }
    .fd1 textarea{
        height: 150px;
        margin-bottom: 15px;
    }
    .fd2s button{
        width: 140px;
        height: 50px;
    }
    .istructure{
        margin: 20px 0 30px 0;
    }
    .inews{
        margin: 30px 0;
    }
    .inews1s a{
        flex-direction: column;
    }
    .inews1s a .tp{
        width: 100%;
    }
    .inews1_txt{
        width: 100%;
        margin-top: 20px;
    }
    .inews2{
        margin-top: 30px;
    }
    .inews2_con{
        margin: 20px 0 10px 0;
    }
    .inews2_con ul li{
        margin-bottom: 20px;
    }
    .inews2_con ul li a{
        padding: 20px 15px;
    }
    .inews2_date{
        width: 25%;
    }
    .inews2_txt{
        width: 75%;
        padding: 0 0 0 25px;
    }
    .inews2_con ul li a .tp{
        width: 100%;
        margin-top: 20px;
    }
    .inews2_txt1{
        font-size: 16px;
    }
    .inewsshow{
        margin: 30px 0;
    }
    .inewsshow .container1{
        flex-direction: column;
    }
    .newsshow_fl{
        width: 100%;
    }
    .newsshow_fr{
        width: 100%;
        display: none;
    }
    .show_title h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .show_content{
        padding: 20px 0 25px 0;
    }
    .show_back{
        flex-direction: column;
    }
    .show_back_fl{
        width: 100%;
    }
    .show_back_fr{
        margin-top: 15px;
    }
    .reladated_news{
        padding-top: 25px;
    }
    .reladated_title p{
        font-size: 18px;
    }
    .reladated_news_con{
        margin-top: 20px;
    }
    .reladated_news_con ul{
        flex-direction: column;
    }
    .reladated_news_con ul li{
        width: 100%;
        margin-right: 0;
    }
    .reladated_news_con ul li:last-child{
        margin-bottom: 0;
    }
    .iindustry li{
        padding: 20px 0 30px 0;
    }
    .iindustry li a{
        flex-direction: column;
    }
    .iindustry li a .tp{
        width: 100%;
    }
    .iindustry_txt{
        width: 100%;
        padding: 20px 15px;
    }
    .iindustry_txt1 h3{
        font-size: 80px;
    }
    .iindustry_txt2{
        margin: 10px 0 20px 0;
    }
    .iindustry_txt2 p{
        font-size: 18px;
        left: 30px;
    }
    .inner_title h3{
        font-size: 36px;
    }
    .inner_title p{
        font-size: 20px;
        margin-top: -15px;
    }
    .yunlin{
        margin: 15px 0 30px 0;
    }
    .yunlin1{
        margin-top: 20px;
    }
    .yunlin1 span{
        padding-left: 15px;
        margin-left: 11px;
    }
    .yunlin2{
        margin: 20px 0;
    }
    .yunlin3 a {
        width: 200px;
        height: 40px;
        font-size: 16px;
    }
    .yunlin3 a img{
        margin-left: 15px;
    }
    .iproshow{
        margin: 30px 0;
    }
    .proshow1{
        margin-bottom: 25px;
    }
    .proshow1_fr1{
        font-size: 20px;
    }
    .proshow1_fr3{
        flex-wrap: wrap;
        margin-top: 20px;
        padding-top: 20px;
    }
    .proshow1_fr3 a{
        width: 100%;
    }
    .proshow1_fr3 a.yx{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .proshow4_con{
        margin-top: 20px;
    }
    .proshow4_con .swiper-container{
        width: 86%;
    }
    .proshow4_txt{
        margin-top: 15px;
    }
    .iproduct{
        margin: 30px 0;
    }
    .iproduct_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .iproduct_con ul li:nth-child(3n){
        margin-right: 4%;
    }
    .iproduct_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .inner_dh2 a{
        font-size: 16px;
    }
    .iindustryxq{
        margin-top: 20px;
    }
    .iindustryxq1_con{
        margin-top: 20px;
        flex-direction: column;
    }
    .iindustryxq1_con_fl{
        width: 100%;
    }
    .iindustryxq1_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .iindustryxq1_con_fl1{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .iindustryxq2{
        margin: 30px 0;
    }
    .iindustryxq2_con{
        padding-top: 30px;
        margin: 30px 0;
    }
    .iindustryxq3_con{
        margin-top: 20px;
    }
    .iindustryxq3_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .iindustryxq3_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iindustryxq3_con ul li:nth-child(2n) {
        margin-right: 0;
    }
    .iindustryxq4{
        margin-top: 30px;
    }
    .iindustryxq4_con{
        margin-top: 20px;
        padding: 20px 0;
    }
    .honor_img{
        padding: 8px 10px;
    }
    .iindustryxq5{
        margin: 30px 0;
    }
    .iindustryxq5_con{
        margin-top: 20px;
        flex-direction: column;
    }
    .iindustryxq5_con_fl{
        width: 100%;
    }
    .iindustryxq5_con_fr{
        width: 100%;
        margin-top: 20px;
    }
    .iindustryxq5_con_fl_b{
        margin-top: 15px;
    }
    .iparty_affairs1_con{
        margin-top: 20px;
    }
    .iparty_affairs2{
        margin: 30px 0;
    }
    .iparty_affairs2_con{
        margin: 20px 0 10px 0;
    }
    .iparty_affairs2_con ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .iparty_affairs2_txt{
        padding: 20px 15px;
    }
    .iparty_affairs2_txt2{
        height: 90px;
    }
    .ilabour_union1{
        margin-top: 30px;
    }
    .ilabour_union1 .container1{
        flex-direction: column;
    }
    .ilabour_union1_fl{
        width: 100%;
    }
    .ilabour_union1_fr{
        width: 100%;
        margin-top: 40px;
    }
    .gonghui-max .slick-dots{
        bottom: -35px;
        text-align: center;
    }
    .gonghui-min .getIndex{
        margin: 0 5px;
    }
    .gonghui-min .getIndex .item{
        margin: 0;
    }
    .gonghui-max .slick-dots li.slick-active{
        width: 40px;
    }
    .ihonor{
        margin: 30px 0;
    }
    .ihonor-max{
        flex-direction: column;
    }
    .ihonor_t{
        margin-top: 30px;
    }
    .ihonor-max-fl{
        width: 100%;
    }
    .ihonor-max-fr{
        width: 100%;
        margin-top: 20px;
        padding-bottom: 25px;
    }
    .ihonor-max-fl1{
        font-size: 100px;
    }
    .ihonor-max-fl2{
        font-size: 26px;
    }
    .ihonor-max-fl2:after{
        width: 40px;
    }
    .ihonor-max-fl3{
        margin-top: 20px;
    }
    .ihonor_txt{
        margin-top: 15px;
    }
    .iprocess{
        margin-top: 30px;
    }
    .iprocess-max{
        flex-direction: column;
    }
    .iprocess_t{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .iprocess-max-fl{
        width: 100%;
    }
    .iprocess-max-fr{
        width: 100%;
        margin-top: 20px;
    }
    .iprocess-max-fl1{
        font-size: 100px;
    }
    .iprocess-max-fl2{
        font-size: 26px;
    }
    .iprocess-max-fl2:after{
        width: 40px;
    }
    .iprocess-max-fl3{
        margin-top: 20px;
    }
    .iculture_txt{
        position: inherit;
        left: 0;
        top: 0;
        transform: translate(0, 0);
        padding: 20px 15px;
        background-color: #ccc;
    }
    .iculture_txt h2{
        font-size: 20px;
    }
    .iculture_txt p:after{
        margin: 10px auto 0 auto;
    }
    .iculture_txt h3{
        font-size: 16px;
    }
    .iculture_txt a{
        margin-top: 25px;
    }
    .social{
        align-items: center;
    }
    .iinsider_con ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .iinsider_con ul li:nth-child(4n){
        margin-right: 4%;
    }
    .iinsider_con ul li:nth-child(2n){
        margin-right: 0;
    }
    .iinsider_img{
        padding: 5px;
    }
    .iemployee1_con{
        margin: 20px 0;
        padding-bottom: 35px;
    }
    .iemployee1_txt h3{
        font-size: 14px;
    }
    .iemployee2_con{
        margin-top: 20px;
    }
    .iemployee3{
        margin-top: 30px;
    }
    .iemployee3_con{
        margin-top: 20px;
        padding: 30px 0;
    }
    .iemployee3_con img{
        max-width: 30%;
    }
    .iemployee4{
        margin: 30px 0;
    }
    .iemployee4_con{
        margin-top: 20px;
    }
    .iemployee4_txt2{
        font-size: 14px;
    }
    .sqtytck_con{
        padding: 20px;
    }
    .sqtytck_con_t{
        margin-bottom: 15px;
    }
    .sqtytck_con_t p{
        font-size: 20px;
    }
    .sqtytck_con_b{
        padding-top: 15px;
    }
    .sqtytck_con_b .swiper-button-next8, .sqtytck_con_b .swiper-button-prev8{
        width: 34px;
        height: 34px;
        background-size: 8px 14px;
    }
}

@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}














